home *** CD-ROM | disk | FTP | other *** search
- if(_global.scene.et.runSta == "hide")
- {
- _global.scene.et.gotoAndStop("hideReady");
- }
- _global.scene.cloud.setRainOver();
- if(!_global.scene.landGreenScoreOver)
- {
- _global.scene.landGreenScoreOver = true;
- _global.ctn.game.addScore(354,478,70,60);
- _global.ctn.game.addScore(20,Math.round(5 * Math.random()),70,60);
- }
- _global.scene.leavesCtrl.leafType = "green";
- stop();
-